From b25035bed82ac4274e491bd8b22fa5b9cb8622f9 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 27 Mar 2008 13:54:43 +0000 Subject: [PATCH] Fixing E_NOTICE --- includes/api/ApiQueryInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryInfo.php b/includes/api/ApiQueryInfo.php index 672e218b21..0e6e633c21 100644 --- a/includes/api/ApiQueryInfo.php +++ b/includes/api/ApiQueryInfo.php @@ -54,7 +54,7 @@ class ApiQueryInfo extends ApiQueryBase { global $wgUser; $params = $this->extractRequestParams(); - $fld_protection = false; + $fld_protection $fld_talkid = $fld_subjectid = false; if(!is_null($params['prop'])) { $prop = array_flip($params['prop']); $fld_protection = isset($prop['protection']); -- 2.20.1